PlayerListEvent

sealed class PlayerListEvent : Event(source)

This event is called when a player is added or removed from the player list.

This event is split into Add and Remove.

Inheritors

Types

Link copied to clipboard
class Add(val playerData: S38PacketPlayerListItem.AddPlayerData) : PlayerListEvent

This is called when a player is added to the player list.

Link copied to clipboard
class Remove(val playerData: S38PacketPlayerListItem.AddPlayerData) : PlayerListEvent

This is called when a player is removed from the player list.

Properties

Link copied to clipboard
val playerData: S38PacketPlayerListItem.AddPlayerData

The Player Data of the player being added/removed.